home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Programming Tools / Mac Error Codes < prev    next >
Encoding:
Text File  |  1986-12-29  |  4.0 KB  |  179 lines  |  [TEXT/ttxt]

  1. Mac Error Codes
  2.  
  3.  
  4.  
  5. The following is a comprehensive list of Mac errors.
  6.  
  7.      General System Errors
  8.  
  9.        0           No Errors
  10.  
  11.      -1           Queue element not found during deletion
  12.  
  13.      -2           Invalid queue element
  14.  
  15.      -3           Core routine number out of range
  16.  
  17.      -4           Unimplemented core routine
  18.  
  19.      I/O System Errors
  20.  
  21.      -17          Control error
  22.  
  23.      -18          Status error
  24.  
  25.      -19          Read error
  26.  
  27.      -20          Write error
  28.  
  29.      -21          Bad unit error
  30.  
  31.      -22          Unit empty error
  32.  
  33.      -23          Open error
  34.  
  35.      -24          Close error
  36.  
  37.      -25          Tried to remove an open driver
  38.  
  39.      -26          Driver install couldn't find driver in resources
  40.  
  41.      -27          I/O call aborted by KILLIO
  42.  
  43.      -28          Couldn't read/write/control/status because driver
  44.  
  45.                was not open
  46.  
  47.      File System Errors
  48.  
  49.      -33          Directory full
  50.  
  51.      -34          Disk full
  52.  
  53.      -35          No such volume
  54.  
  55.      -36          I/O error
  56.  
  57.      -37          There may be no bad names in the final system
  58.  
  59.      -38          File not open
  60.  
  61.      -39          End of file
  62.  
  63.      -40          Tried to position to before start of file
  64.  
  65.      -41          Memory full (open) or file won't fit (load)
  66.  
  67.      -42          Too many files open
  68.  
  69.      -43          File not found
  70.  
  71.      -45          File is locked
  72.  
  73.      -46          Volume is locked
  74.  
  75.      -47          File is busy (delete)
  76.  
  77.      -48          Duplicate file name (rename)
  78.  
  79.      -49          File already open with write permission
  80.  
  81.      -50          Error in user parameter list
  82.  
  83.      -51          Refnum error
  84.  
  85.      -52          Get file position error
  86.  
  87.      -53          Volume not on line error (was ejected)
  88.  
  89.      -54          Permissions error (on file open)
  90.  
  91.      -55          Drive volume already on-line at MountVol
  92.  
  93.      -56          No such drive (tried to mount a bad drive number)
  94.  
  95.      -57          Not a Mac diskette (signature bytes are wrong)
  96.  
  97.      -58          Volume in question belongs to an external fs
  98.  
  99.      -59          File system error; during rename, the old entry was deleted 
  100.  
  101.                     but could not be restored
  102.  
  103.      -60          Bad master directory block
  104.  
  105.      -61          Write permissions error
  106.  
  107.      Disk, Serial Ports, Clock Specific Errors
  108.  
  109.      -64          Drive not installed
  110.  
  111.      -65          Read/write requested for an off-line drive
  112.  
  113.      -66          Couln't find 5 nibbles in 200 tries
  114.  
  115.      -67          Couldn't find valid address mark
  116.  
  117.      -68          Read varify compare failed
  118.  
  119.      -69          Address mark checksum didn't check
  120.  
  121.      -70          Bad address mark bit slip nibbles
  122.  
  123.      -71          Couldn't find a data mark header
  124.  
  125.      -72          Bad data mark checksum
  126.  
  127.      -73          Bad data mark bit slip nibbles
  128.  
  129.      -74          Write underrun occured
  130.  
  131.      -75          Step handshake failed
  132.  
  133.      -76          Track 0 detect doesn't change
  134.  
  135.      -77          Unable to initialize IWM
  136.  
  137.      -78          Tried to read second side on a one sided drive
  138.  
  139.      -79          Unable to correctly adjust disk speed
  140.  
  141.      -80          Track number wrong on address mark
  142.  
  143.      -81          Sector number never found on a track
  144.  
  145.      -85          Unable to read same clock value twice
  146.  
  147.      -86          Time written did not varify
  148.  
  149.      -87          Parameter ram written didn't read varify
  150.  
  151.      -88          InitUtil found the parameter ram uninitialized
  152.  
  153.      -89          SCC receiver error (framing, parity, OR)
  154.  
  155.      -90          Break received (SCC)
  156.  
  157.      Storage Allocator Errors (Memory Management)
  158.  
  159.      -108         Not enough room in heap zone
  160.  
  161.      -109         Handle was NIL in handle zone or other
  162.  
  163.      -111         WhichZone failed (applied to free block)
  164.  
  165.      -112         Trying to purge a locked or non-purgable block
  166.  
  167.      -110         Address was odd or out of range
  168.  
  169.      -113         Address in zone check failed
  170.  
  171.      -114         Pointer check failed
  172.  
  173.      -115         Block check failed
  174.  
  175.      -116         Size check failed
  176.  
  177.  
  178.  
  179.